home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / MIRO / CR2000 / 350371.EXE / MIROSING.INF < prev    next >
Windows Setup INFormation  |  1997-01-27  |  10KB  |  136 lines

  1. ; miro.inf                                                                                                               
  2. ;
  3. ; Installation inf for the MIRO AG crystalv graphics adapter.
  4. ;
  5.  
  6. [Version]                                                                                                              
  7. Signature="$CHICAGO$"                                                                                                
  8. Provider=%miro%                                                                                                        
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}                                                                       
  10. Class=Display                                                                                                          
  11.  
  12. [DestinationDirs]                                                                                                      
  13. DefaultDestDir       = 11                                                                                                  
  14. crystalv.Miniport    = 12              ; drivers              (crystalX.sys)                                                                             
  15. crystalv.Display     = 11              ; system32             (crystalX.dll)
  16. crystalv.Information = 12,miro\timing  ; drivers\miro\timing  (ini-Files)
  17. crystalv.Tools       = 12,miro\tools   ; drivers\miro\tools   (Fastres.exe)
  18. crystalv.Addon       = 11              ; system32             (cpl)
  19.  
  20. ;                                                                                                                      
  21. ; Driver information                                                                                                   
  22. ;                                                                                                                      
  23.  
  24. [Manufacturer]                                                                                                         
  25. %miro%   = miro.Mfg                                                                                                      
  26.  
  27. [miro.Mfg]                                                                                                               
  28. miroMEDIA 3D        = crystalv
  29. miroMEDIA 3D/SI     = crystalv
  30. miroCRYSTAL 3D      = crystalv
  31. miroCRYSTAL VR2000  = crystalv
  32. miroCRYSTAL VR4000  = crystalv                                                                                                                       
  33.  
  34. ;
  35. ; General installation section
  36. ;
  37.  
  38. [crystalv]                                                                                                                   
  39. CopyFiles=crystalv.Miniport, crystalv.Display, crystalv.Information, crystalv.Addon, crystalv.Tools
  40.  
  41. ;                                                                                                                      
  42. ; File sections                                                                                                        
  43. ;                                                                                                                      
  44.  
  45. [crystalv.Miniport]                                                                                                          
  46. crystalv.sys                                                                                                                 
  47.  
  48. [crystalv.Display]                                                                                                           
  49. crystalv.dll
  50.  
  51. [crystalv.Information]
  52. CARD001A.INI
  53. CARD021A.INI
  54. CARD021B.INI
  55. CARD031A.INI
  56. CARD041A.INI
  57. CARD041B.INI
  58. MONITOR.INI
  59. TIMING.INI
  60. MIROHW.INI
  61.  
  62. [crystalv.Addon]
  63. CRYSTAL2.CPL
  64.  
  65. [crystalv.Tools]
  66. Fastres.exe
  67. Userhint.exe
  68.  
  69. ;
  70. ; Service Installation
  71. ;
  72.  
  73. [crystalv.Services]                                                                                                          
  74. AddService = crystalv, 0x00000002, crystalv_Service_Inst, crystalv_EventLog_Inst                                                         
  75.  
  76. [crystalv_Service_Inst]                                                                                                      
  77. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER                                                            
  78. StartType      = 1                  ; SERVICE_SYSTEM_START                                                             
  79. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE                                                             
  80. LoadOrderGroup = Video                                                                                                 
  81. ServiceBinary  = %12%\crystalv.sys                                                                                        
  82.                                                                                                                        
  83. [crystalv_EventLog_Inst]                                                                                                     
  84. AddReg = crystalv_EventLog_AddReg                                                                                            
  85.                                                                                                                        
  86. [crystalv_EventLog_AddReg]                                                                                                   
  87. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\crystalv.sys"  
  88. HKR,,TypesSupported,0x00010001,7                                                                                       
  89.                                                                                                                   
  90.                                                                                                                        
  91. ;                                                                                                                      
  92. ; Software Installation                                                                                                
  93. ;                                                                                                                      
  94.                                                                                                                        
  95. [crystalv.SoftwareSettings]                                                                                                  
  96. AddReg = crystalv_SoftwareDeviceSettings                                                                                     
  97.                                                                                                                        
  98. [crystalv_SoftwareDeviceSettings]                                                                                            
  99. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, crystalv                                                                
  100. HKR,, VgaCompatible,               %REG_DWORD%,    0                                                                
  101. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,Userhint,,"%12%\miro\tools\Userhint.exe"
  102. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,miro FastRes,,"%12%\miro\tools\Fastres.exe"
  103. HKLM,SOFTWARE\miro Computer Products\crystalv\Device0, MiroIsInstalled,%REG_DWORD%,0
  104.  
  105. ;
  106. ; Source file information
  107. ;
  108.  
  109. [SourceDisksNames.x86]                                                                                                  
  110. 1 = %DiskId%,,,""                                                                                                  
  111.                                                                                                                        
  112. [SourceDisksFiles]                                                                                                     
  113. crystalv.sys  = 1                                                                                                            
  114. crystalv.dll = 1
  115.  
  116. [Strings]                                                                                                              
  117.                                                                                                                        
  118. ;                                                                                                                      
  119. ; Non-Localizable Strings                                                                                              
  120. ;                                                                                                                      
  121.                                                                                                                        
  122. REG_SZ         = 0x00000000                                                                                            
  123. REG_MULTI_SZ   = 0x00010000                                                                                            
  124. REG_EXPAND_SZ  = 0x00020000                                                                                            
  125. REG_BINARY     = 0x00000001                                                                                            
  126. REG_DWORD      = 0x00010001                                                                                            
  127. SERVICEROOT    = System\CurrentControlSet\Services                                                                   
  128.  
  129. ;
  130. ; Localizable Strings                                                                                                  
  131. ;
  132.  
  133. DiskId    = "MIRO AG Installation DISK (VIDEO)"                                                                        
  134. GraphAdap = "Graphics Adapter"                                                                                    
  135. miro      = "MIRO AG"                                                                                                       
  136.